Class: Aws::Imagebuilder::Types::InvalidPaginationTokenException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

You have provided an invalid pagination token in your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4703
4704
4705
4706
4707
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4703

class InvalidPaginationTokenException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end